home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTImage3D.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  2.3 KB  |  76 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTImage3D.pas' rev: 3.00
  6.  
  7. #ifndef AHMTImage3DHPP
  8. #define AHMTImage3DHPP
  9. #include <AHMFreeware.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <Controls.hpp>
  12. #include <Graphics.hpp>
  13. #include <Classes.hpp>
  14. #include <SysUtils.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysInit.hpp>
  18. #include <System.hpp>
  19.  
  20. //-- user supplied -----------------------------------------------------------
  21.  
  22. namespace Ahmtimage3d
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TAHMImage;
  26. class PASCALIMPLEMENTATION TAHMImage : public Controls::TGraphicControl 
  27. {
  28.     typedef Controls::TGraphicControl inherited;
  29.     
  30. private:
  31.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  32.     Graphics::TBitmap* fbitm;
  33.     Graphics::TBitmap* fbitmout;
  34.     int fborder;
  35.     bool f3dform;
  36.     bool fcenter;
  37.     int fint;
  38.     void __fastcall Setfbitm(Graphics::TBitmap* value);
  39.     void __fastcall Setbuts(void);
  40.     void __fastcall Setint(int value);
  41.     void __fastcall Setborder(int value);
  42.     void __fastcall SetCenter(bool value);
  43.     void __fastcall SetForm(bool value);
  44.     
  45. protected:
  46.     virtual void __fastcall Paint(void);
  47.     
  48. public:
  49.     __fastcall virtual TAHMImage(Classes::TComponent* AOwner);
  50.     __fastcall virtual ~TAHMImage(void);
  51.     __property Graphics::TBitmap* Bitmout = {read=fbitmout, write=fbitmout};
  52.     
  53. __published:
  54.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  55.     __property Graphics::TBitmap* Picture = {read=fbitm, write=Setfbitm};
  56.     __property int Intensity = {read=fint, write=Setint, nodefault};
  57.     __property int Borderwidth = {read=fborder, write=Setborder, nodefault};
  58.     __property bool Center = {read=fcenter, write=SetCenter, nodefault};
  59.     __property bool Border3DIn = {read=f3dform, write=SetForm, nodefault};
  60.     __property OnClick ;
  61.     __property Align ;
  62.     __property Visible ;
  63.     __property OnMouseMove ;
  64.     __property OnMouseDown ;
  65.     __property OnMouseUp ;
  66. };
  67.  
  68. //-- var, const, procedure ---------------------------------------------------
  69.  
  70. }    /* namespace Ahmtimage3d */
  71. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  72. using namespace Ahmtimage3d;
  73. #endif
  74. //-- end unit ----------------------------------------------------------------
  75. #endif    // AHMTImage3D
  76.